home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / MAY / Dr9505 / status.dfm / status.txt
Text File  |  1995-03-07  |  610b  |  34 lines

  1. object Form1: TForm1
  2.   Left = 266
  3.   Top = 150
  4.   Width = 260
  5.   Height = 195
  6.   ActiveControl = Button1
  7.   Caption = 'Form1'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 38
  16.     Top = 36
  17.     Width = 179
  18.     Height = 33
  19.     Caption = 'Update the Status Bar'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 147
  26.     Width = 252
  27.     Height = 21
  28.     Align = alBottom
  29.     Alignment = taLeftJustify
  30.     BevelInner = bvLowered
  31.     TabOrder = 1
  32.   end
  33. end
  34.